projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4200e71
)
(Fcondition_case): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 19:08:24 +0000
(19:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 19:08:24 +0000
(19:08 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 0b52581eac63cd46d930ef75c529d71a7cd92a0e..d2ca5418e20764af2a12dd64b9f6ee3fb48c35c5 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-989,6
+989,9
@@
A handler is applicable to an error\n\
if CONDITION-NAME is one of the error's condition names.\n\
If an error happens, the first applicable handler is run.\n\
\n\
+The car of a handler may be a list of condition names\n\
+instead of a single condition name.\n\
+\n\
When a handler handles an error,\n\
control returns to the condition-case and the handler BODY... is executed\n\
with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).\n\